.btn_class {
    color: #fff !important;
    background-color: #d04a02 !important;
    border: none !important;
    border-radius: 0;
    outline: none !important;
    font-size: 12px;
    }
    .left {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    padding-top: 20px;
    left: 0;
    background-color: #fff;
    }

.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/ opacity */
}
/* Modal Content/Box */

.modal-content {
background-color: #fefefe;
margin: 15% auto;
/* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 80%;
/* Could be more or less, depending on screen size */
}
/* The Close Button */

    .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    }
    .close:hover,.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    }
    /* Modal Header */

    .modal-header {
    padding: 2px 16px;
    background-color: #d04a02;
    color: white;
    }
    /* Modal Body */

    .modal-body {
    padding: 2px 16px;
    font-size:12px;
    }
    /* Modal Footer */

    .modal-footer {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
    }
    /* Modal Content */

    .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    }
    /* Add Animation */

    @-webkit-keyframes animatetop {
    from {
    top: -300px;
    opacity: 0
    }
    to {
    top: 0;
    opacity: 1
    }
    }
    @keyframes animatetop {
    from {
    top: -300px;
    opacity: 0
    }
    to {
    top: 0;
    opacity: 1
    }
    }
    /* Control the right side */
    .right {
        height: 100%;
    width: 405px;
    position: fixed;
    z-index: 1;
    top: 0;
    padding-top: 53px;
    right: 0;
    background-color: #eb8c00;
    /* width: 40%;*/
    }

    /* If you want the content centered horizontally and vertically */
    .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    }

    .white-panel {
        background-color: rgba(255,255, 255, 1);
        width: 88%;
        padding: 2%;
        right: calc(50% - 50px);
        z-index: 0;
        margin-left: 6%;
        margin-top: 25%;
    }

    table  th{
    background-color: #d04a02;
    color: white;
    border: 1px solid #e5c0c0;
    padding-left: 2px;
    font-family: Georgia,serif;
    font-size: 12px;
    text-align: center; 
    height: 30px;
    min-width: 50px;
    }

    .box{
    margin: 30px 0px 0px 7px;
    }

    .login_btn_class {
    width: 80% !important;
    color: #fff !important;
    background-color: #d04a02 !important;
    border: none !important;
    border-radius: 0;
    outline: none !important;
    font-size:12px;

    }
    .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow:  none !important;
    }
    .heading {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    }
    .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    }
    .confi {
    float: right;
    font-family: Helvetica;
    }
    .form-control {
    display: block;
    width: 100%;
    /* padding: .375rem .75rem; */
    border-radius: 0px !important;
    -webkit-box-shadow: none !important; 
    box-shadow:  none !important; 
    -webkit-transition: none !important;
    -o-transition: none !important;
    -webkit-transition:  none !important; 
    transition:  none !important; 
    transition:  none !important; 
    transition: none !important; 
    }
    #loginFooter{
    position: fixed;
    bottom: 0;
    padding: 5px;
    width:100%;
    color:#000;
    font-size: 11px;
    margin-bottom: 1rem;
    }

    legend {
    font-size: 14px;
    border-bottom: none;
    font-weight: 500;
    padding:11px;
    }

    .form-group {
    margin-bottom: 30px;
    }

    a.link-forgot:hover{
    color:#000;
    }

    .alert-error{
    color: #F7F7F7;
    background-color: #db536a;
    font-size: 10px;
    border: none;
    }

    h3 {
    margin-top: 20px !important;
    margin-bottom: 10px;
    }

    #loginform{
    padding: 11px !important;
    margin-top: -25px !important;
    }

    .form-group {
    position: relative;
    margin-bottom: 1.5rem;
    }

.btn-save{
    background-color: #d04a02;
    color: #fff;
    border-radius: unset;
}
.btn-save:hover{
    color: #fff !important;
}
    .floating-label {
    position: absolute;
    pointer-events: none;
    left: 26px;
    top: 13px;
    font-size: 14px;
    color: #989ca0;
    font-family: Roboto,"Helvetica Neue",sans-serif;
      }
    .inputText {
        font-size: 14px;
        width: 100%;
        height: 40px;
    }
    input:focus ~ .floating-label,
    input:not(:focus):valid ~ .floating-label{
    top: 1px;
    bottom: 10px;
    left: 26px;
    font-size: 12px;
    opacity: 1;
    color: #989ca0;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    }

    .floating-pass {
    position: absolute;
    pointer-events: none;
    left: 26px;
    top: 14px;
    /* transition: 0.2s ease all; */
    font-size: 14px;
    color: #989ca0;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    }
    .inputpass {
    font-size: 14px;
    width: 100%;
    height: 40px;
    }
    input:focus ~ .floating-pass,
    input:not(:focus):valid ~ .floating-pass{
    top: 1px;
    bottom: 10px;
    left: 26px;
    font-size: 11px;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    opacity: 1;
    }
